home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 794 b | 25 lines | [TEXT/GEOL] |
- Item 3781381 19-July-89 22:18
-
- From: MOOF Rollin, Keith A, APL
-
- To: MACAPP.TECH$ MACAPP Tech
-
- Sub: Re- MacApp 2.0B9 PerformCmd…
-
- Jean-Davis,
-
- While technically you are correct, TApplication.PerformCommand will still work.
- The master pointer is not set to NIL, and the data is not erased from memory,
- so accessing it will still work.
-
- However, I think that this a lucky side-effect, and TApplication.PerformCommand
- could easily be made more robust - as you pointed out. There is nothing that
- says that a master pointer will be valid immediately after a DisposHandle, so
- this side-effect may change in the future.
-
- Thanks for pointing this out!
-
- - Keith Rollin
- - Apple Developer Technical Support
-
-